App Configuration (1 / 11): Which of the following options evaluates the state of a feature flag?
Answer:
A filter is a rule for evaluating the state of a feature flag. A user group, a device or browser type, a geographic location, and a time window are all examples of what a filter can represent.
A feature manager is an application package that handles the lifecycle of all the feature flags in an application.
A feature flag is a variable with a binary state of on or off.